home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 21 / QRZ Ham Radio Callsign Database - Volume 21.iso / MODFILES / FT727CAT.TXT < prev    next >
Internet Message Format  |  1998-02-18  |  3KB

  1. Date: 5 May 89   16:48 PST
  2. From: ALLYN@SLACVM.BITNET
  3. To: MBRAMWEL@UWO.CDN
  4. Subject: ft727r CAT interface
  5.  
  6.  
  7.  
  8.             FT-727R CAT System Interfacing and Control
  9.  
  10. This information describes the hardware and software requirements of
  11. the CAT (Computer Aided Tranceiver) System in the FT-727R.
  12.  
  13. Connections
  14.  
  15. Four connections are used by the CAT SystemL three at the CAT jack,
  16. illustrated below, and one (Signal Ground) ar the outer contact of the
  17. MIC or EAR jack.
  18.  
  19. DO NOT SHORT THE OUTER CONTACT OF THE CAT JACK TO GROUND!!!
  20.  
  21. [Diagram of the CAT plug:
  22.  
  23. Looks like a stereo audio jack of the appropriate size.
  24.  
  25. The outer sleeve is +6 to +12 V DC (Battery Voltage) I do not think
  26. this line needs to be connected.
  27.  
  28. The middle contact is the Serial KeyCode Input.
  29.  
  30. The center contact is the Serial Meter Output (00h to 0Fh).
  31.  
  32. See the manual for further description.]
  33.  
  34. Data Format:
  35.  
  36. All serial data consists of single byte binary codes sent at 4800
  37. baud, TTL levels, with two INVERTED stop bits and one INVERTED start
  38. bit.
  39.  
  40. Key Codes:
  41.  
  42. CAT Control consists of duplication the keystrokes that can be made on
  43. the tranceiver keypad by sending the corresponding keycodes to the
  44. Serial Keycode Input contact of the CAT jack.  The most significant
  45. four bits (MSD) correspond with the key column and the least
  46. significant four bits (LSD) correspond with the key row.  The Function
  47. key (on the side of the tranceiver) is simulated by setting bit 7.
  48. Results are identical to those described for manual operation in the
  49. FT-727R Operating Manual.  Serial Meter Output is sent approximately
  50. every 100 ms while receiving.
  51.  
  52. [Table for the codes.  The lines in [] are the original values in the
  53.  Yaesu handout, and are followed by the corrected lines as determined
  54.  by KB7ABA.  Remove the lines in [] to see what sould be the right table.]
  55.  
  56. [   [ FUNC    F       E       D       C       B    ]
  57.     [ FUNC    8       9       A       B       C
  58. MSD [
  59. [   [ NORM    7       6       5       4       3    ]
  60.     [ NORM    0       1       2       3       4
  61.  
  62. LSD
  63. V
  64.  
  65. E            +RPT    SIMP    -RPT     PMS     P SET
  66.               1       2       3        V       c
  67.  
  68. D            SAV T   T DEC   T SET    TX M    S/CH
  69.               4       5       6        M       MR
  70.  
  71. B            SAVE    T ENC   SCAN     MC      Shift
  72.               7       8       9        C      <=>
  73.  
  74. 7            LOCK    BATT    BEEP     DUP     Step
  75.               *       0       #       V/U      D
  76.  
  77.  
  78. Copied from the QRZ! Windows Ham Radio CDROM
  79.  
  80.